home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / PACKET / WINCONVE / README.TXT < prev    next >
Encoding:
Text File  |  1997-08-27  |  5.3 KB  |  133 lines

  1. WinConvers
  2. Release Notes
  3. =============
  4.  
  5. WinConvers is an amateur packet radio convers system client for Microsoft Windows 95,
  6. NT 4 (3.51?), and later.
  7.  
  8. The application uses the Windows' TCP/IP socket library (Winsock), so you'll need
  9. a LAN or Internet connection to a convers server. Windows packet IP software (if there
  10. is such a beast yet)/a hack to hook into the AmprNet might also work but don't please
  11. don't ask me how as I access AmprNet via a LAN connection to my Unix box.
  12.  
  13. WinConvers, the application, is built around WinConvers, the ActiveX control, which
  14. is available to other developers under licence.
  15.  
  16. If you're one of the 30 or so people who have enquired about SuperLog, my logbook app:
  17. SuperLog _will_ make it out of the shack... Time is the culprit, but development is
  18. coming along nicely. SuperLog has had approximately one year's worth of full time
  19. development already (and is only at v0.36)! It's beginning to resemble a professional
  20. application, but there's a lot of time consuming work still to do.
  21.  
  22. 73,
  23.  
  24. Steve (g0lri)
  25.  
  26. steve@kalika.demon.co.uk
  27. http://www.kalika.demon.co.uk/sdk-software/
  28. (will be: http://www.sdk-software.homepages.co.uk/ )
  29.  
  30.  
  31. "London loves - the mystery of a speeding car"
  32.  
  33.  
  34. Features
  35. ========
  36.  
  37. WinConvers is very easy to use, especially if you are already a user of existing
  38. convers clients. There are however a few "unique" features:
  39.  
  40. - multiple connections at the same time, even at the same server (if the remote
  41. server allows multiple connections)
  42.  
  43. - "memorised connections" - use the Connections tab on the Options window to store
  44. details of your most used connections (host, port and channel) in the Windows
  45. registry. You can then sign on with one mouse operation.
  46.  
  47. - OLE drag and drop. You can drag text with the mouse from other drag-and-drop capable
  48. windows (such as the WinConvers receive box, Microsoft Word, and many others) into
  49. the send-buffer box. Don't forget to click inside the send-buffer box after dragging
  50. and before pressing enter, so that the box has "focus". Conventional cut-n-paste is also
  51. available, just right-click on the mouse.
  52.  
  53. - colour schemes. Yes, you too can have a VT100-lookalike window if you so desire :-)
  54.  
  55.  
  56. History
  57. =======
  58. ** = full release
  59. * =  limited pre-release
  60.  
  61. ** EXE 1.1.162, OCX 1.0.106  4/8/97
  62. FIRST PUBLIC RELEASE - Released to the public: 27/8/97
  63. - Added RXBufferLines and TXBufferLines properties to the OCX. The values previously
  64.   used are now the OCX defaults (30,000 received lines and 250 sent lines). 3600 lines
  65.   ought to be enough to allow a user to leave WinConvers on whilst at work and have
  66.   the whole day's traffic still on screen when you get home (assuming 1 line received
  67.   every 10 seconds, could be much higher on the Internet)... If you've got
  68.   time to read the whole 30000 lines you have too much time :-)
  69.  
  70. EXE 1.1.161, OCX 1.0.105  3/8/97
  71. Ready for its first full public release, I think:
  72. - Hourglass is displayed when undertaking potentially lengthy operations. For example,
  73.   if, like me, you really must paste 300k of text into the send buffer and send it, the
  74.   hourglass will be displayed whilst WinConvers processes your data and buffers it.
  75. - Whilst fiddling with the aforementioned send-buffer code I have made some changes to
  76.   the way I buffer old lines, with the intention of speeding WinConvers up
  77. - Fixed a tiny bug (referring to the wrong variable) in the scrollbars code (whoops :-)).
  78.   That, together with the changes above, nail the two bugs that I was aware of.
  79.  
  80.  
  81. EXE 1.1.160 22/7/97
  82. OCX 1.0.101
  83. Most changes were in the OCX:
  84. - Fixed bug affecting receive buffer of more than 255 lines (incorrect type declaration)
  85. - Altered scrollbar code to more quickly display huge chunks received from server (probably
  86.   not an issue on 1200 baud packet, but an issue on a LAN). The OCX now analyses the number
  87.   of characters and lines it has received from the TCP/IP stack, and if great it rewrites
  88.   the screen once rather than for every line received.
  89. - Added a beep event
  90.  
  91. 1.1.157 16/7/97
  92. Rewritten to utilise ActiveX technology. WinConvers.exe is now a container for the
  93. WinConvers custom control (v1, build 98) :-) 
  94.  
  95. * 1.1.151 15/7/97
  96. Last "pre-ActiveX" version
  97.  
  98. 1.1.150 12/7/97
  99. - Compiled under VB5, and added tooltips
  100. - Rewrote code behind scrollbars and some of the registry-related code
  101. - Added font-size setting
  102. - Fixed some cosmetic issues under NT
  103. - Other code changes resulting from move to VB5; over 2000 lines of code
  104. - Other enhancements
  105.  
  106. * 1.0.115 26/6/97  (minor code change, no outward difference)
  107.  
  108. * 1.0.114 18/6/97
  109. Fully functional release, compiled in VB4.
  110.  
  111. WinConvers as an OCX first mooted Jan 97 (and delivered as an EXE in June and then
  112. an OCX in July 97)
  113.  
  114. Bugs
  115. ====
  116.  
  117. Tested under Win 95 and NT 4:
  118. With some font/window size combinations the text doesn't quite fit. The best thing
  119. to do is find a combination that suits you and stick with it.
  120. Send buffer window font is always 8 point (this is a feature not a bug :-))
  121.  
  122. ToDo
  123. ====
  124.  
  125. Optionally filter-out beep characters
  126. Optionally echo Sent lines to Received screen
  127. Mini-server to handle one-to-one talk requests
  128.  
  129.  
  130. Acknowledgements
  131. ================
  132. G0LGS for feedback on build 115 (a release candidate)
  133. G7LED for designing sconvers for Linux, on which the appearance of WinConvers is modelled